runtime.p.schedtick (field)
5 uses
runtime (current package)
proc.go#L2866: mp.p.ptr().schedtick++
proc.go#L2936: if pp.schedtick%61 == 0 && sched.runqsize > 0 {
proc.go#L5692: t := int64(pp.schedtick)
proc.go#L5817: print(" P", i, ": status=", pp.status, " schedtick=", pp.schedtick, " syscalltick=", pp.syscalltick, " m=")
runtime2.go#L625: schedtick uint32 // incremented on every scheduler call
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |